home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Book Chapters / 11 - Porting / Sample Code / FindFile.h < prev    next >
Text File  |  1995-06-02  |  703b  |  13 lines

  1. /************************************************************************************
  2.  *                                                                                                                                                                    *
  3.  *    FindFile.h                                                                                                                                            *
  4.  *                                                                                                                                                                    *
  5.  *    ©1995 Douglas Grounds. All Rights Reserved.                                                                            *
  6.  *                                                                                                                                                                    *
  7.  *    This file contains a function to find a file based on vRefNum, dirId and name,    *
  8.  *    or by name alone (full or relative path).                                                                                *
  9.  *                                                                                                                                                                    *
  10.  ************************************************************************************/
  11.  
  12.  Boolean findFile (short vRefNum, long dirId, char *fileName, FSSpec *foundFile);
  13.